diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-07-08 13:04:15 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-07-08 13:04:15 +0200 |
| commit | b4e561a7dbd5c494a1cab99a3d896b6289d0c802 (patch) | |
| tree | 2ce5957d562b9ab9207a14383dba71ea6a29c54e | |
| parent | 717eecbd32b5a05dde5dddf334869144bc12d5aa (diff) | |
| download | vis-b4e561a7dbd5c494a1cab99a3d896b6289d0c802.tar.gz vis-b4e561a7dbd5c494a1cab99a3d896b6289d0c802.tar.xz | |
test/sam: add simple search replace unicode regression test
| -rw-r--r-- | sam/commands/unicode-replace.cmd | 1 | ||||
| -rw-r--r-- | sam/commands/unicode-replace.in | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sam/commands/unicode-replace.cmd b/sam/commands/unicode-replace.cmd new file mode 100644 index 0000000..eb6cb82 --- /dev/null +++ b/sam/commands/unicode-replace.cmd @@ -0,0 +1 @@ +x/♪/ c/♫/ diff --git a/sam/commands/unicode-replace.in b/sam/commands/unicode-replace.in new file mode 100644 index 0000000..2e7cca9 --- /dev/null +++ b/sam/commands/unicode-replace.in @@ -0,0 +1,5 @@ +♪ +♪♪ +♪♪♪ +♪♪ +♪ |
