diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-22 22:29:56 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-22 22:29:56 -0700 |
commit | 508cf8813466b5e3a9993848b400ea3808bf0127 (patch) | |
tree | e03f9c77761b2df36e589b5b185f2627ed1faf4d /testcases | |
parent | 79c93ce5fca746e3bddbb57ab7dc6e30abd32de2 (diff) | |
download | cppawk-508cf8813466b5e3a9993848b400ea3808bf0127.tar.gz cppawk-508cf8813466b5e3a9993848b400ea3808bf0127.tar.bz2 cppawk-508cf8813466b5e3a9993848b400ea3808bf0127.zip |
bugfix: missing space breaks --prepro-only.
Fix issue with interpolation of $prepro_opts in the case when
the awk program is in the command line.
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -170,3 +170,11 @@ BEGIN { }' : -2147483648 -2147483648 -2147483648 +-- +31: +./cppawk --prepro-only ' +#if __gawk__ +foo_bar +#endif' | grep foo_bar +: +foo_bar |