From 3a55e033e4fc9a18ede99c4f9dd69fd30c383cf7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Mar 2024 13:24:44 +0200 Subject: Add next_word() overload that doesn't skip consecutive delimiters In particular, this version can be used to parse lines while observing blanks. --- tests/next-word/buildfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/next-word/buildfile (limited to 'tests/next-word/buildfile') 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 -- cgit v1.1