summaryrefslogtreecommitdiff
path: root/testsuite/fasts.sed
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2012-12-22 14:27:13 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2012-12-22 14:27:13 +0000
commitc949e6f8ed33f31bd46c1626dc6c5828a1750e56 (patch)
treee519be160770e6b20bfe88eb923ea6aa8edb3e58 /testsuite/fasts.sed
downloadsed-tarball-c949e6f8ed33f31bd46c1626dc6c5828a1750e56.tar.gz
Diffstat (limited to 'testsuite/fasts.sed')
-rw-r--r--testsuite/fasts.sed46
1 files changed, 46 insertions, 0 deletions
diff --git a/testsuite/fasts.sed b/testsuite/fasts.sed
new file mode 100644
index 0000000..5e482f7
--- /dev/null
+++ b/testsuite/fasts.sed
@@ -0,0 +1,46 @@
+# test `fast' substitutions
+
+h
+s/a//
+p
+g
+s/a//g
+p
+g
+s/^a//p
+g
+s/^a//g
+p
+g
+s/not present//g
+p
+g
+s/^[a-z]//g
+p
+g
+s/a$//
+p
+g
+
+y/a/b/
+h
+s/b//
+p
+g
+s/b//g
+p
+g
+s/^b//p
+g
+s/^b//g
+p
+g
+s/^[a-z]//g
+p
+g
+s/b$//
+p
+g
+
+
+