diff options
Diffstat (limited to 'gnu/lib/libregex/test/regexcpp.sed')
-rw-r--r-- | gnu/lib/libregex/test/regexcpp.sed | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/lib/libregex/test/regexcpp.sed b/gnu/lib/libregex/test/regexcpp.sed new file mode 100644 index 0000000..082c136 --- /dev/null +++ b/gnu/lib/libregex/test/regexcpp.sed @@ -0,0 +1,8 @@ +/;..*$/s/;/;\ +/g +/{ .*$/s/{/{\ +/g +/ \?[^'] /s/?/?\ +/g +/ : /s/:/:\ +/g |