diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-19 13:24:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-21 06:44:06 +0200 |
commit | 3a55e033e4fc9a18ede99c4f9dd69fd30c383cf7 (patch) | |
tree | 1c35062021a261479ff5f38d95dd22cfe34fbb38 /tests/next-word/buildfile | |
parent | 736b0f25003c92b3903798ce0a768230480d8f4b (diff) |
Add next_word() overload that doesn't skip consecutive delimiters
In particular, this version can be used to parse lines while observing
blanks.
Diffstat (limited to 'tests/next-word/buildfile')
-rw-r--r-- | tests/next-word/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/next-word/buildfile b/tests/next-word/buildfile new file mode 100644 index 0000000..e06cd88 --- /dev/null +++ b/tests/next-word/buildfile @@ -0,0 +1,6 @@ +# file : tests/next-word/buildfile +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} + +exe{driver}: {hxx cxx}{*} $libs |