diff --git a/literals.txt b/literals.txt deleted file mode 100644 index 7314070d7..000000000 --- a/literals.txt +++ /dev/null @@ -1,35 +0,0 @@ -=============== -string literal insert -=============== - -+"bar" - ---- - -@@ summary -Added the "foo" string - -@@ patch -+"bar" - -@ json -{} - -=============== -string literal replace -=============== - --"foo" -+"bar" - ---- - -@@ summary -Replaced the "foo" string with the "bar" string - -@@ patch --"foo" -+"bar" - -@@ json -{}