source: tests/collections/.in/string-istream-manip.txt @ bf1cbde

Last change on this file since bf1cbde was bf1cbde, checked in by Michael Brooks <mlbrooks@…>, 8 months ago

Implement "scanset" semantics for manipulator skip, in place of exact-match.

That is, sin | skip("abc") now consumes all input before the "+" on input "cccccb+".

Exact-match semantics is available with just sin | "abc".

(Prior exact-match semantics was discovered by surprise, while debugging a test program for an upcoming commit.)

  • Property mode set to 100644
File size: 186 bytes
Line 
1abc
2cccccb
3xx
4abcxxx
5abcyyy
6aaaaaaaaxxxxxxxxaabbccbbdddwwwbbbbbbbbwwwwwwwwaaaaaaaawwwwwwww
7abc
8cccccb
9xx
10abcxxx
11abcyyy
12aaaaaaaaxxxxxxxxaabbccbbdddwwwbbbbbbbbwwwwwwwwaaaaaaaawwwwwwww
Note: See TracBrowser for help on using the repository browser.