diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2014-06-30 12:22:50 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2014-06-30 12:22:50 +0200 |
| commit | d20d43bf3622fc4bb416cf2ca95d5cf0c4c88fcf (patch) | |
| tree | 42173f19891a452bdf10b8b7769a457068ecbb7a /test/unit/paste-before | |
| parent | 7aa78d726a54fa57a8dc5ed973ab0b30eeba6bf3 (diff) | |
add testing framework
Diffstat (limited to 'test/unit/paste-before')
| -rw-r--r-- | test/unit/paste-before/cmd | 1 | ||||
| -rw-r--r-- | test/unit/paste-before/in | 1 | ||||
| -rw-r--r-- | test/unit/paste-before/out | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/paste-before/cmd b/test/unit/paste-before/cmd new file mode 100644 index 00000000..8b6fcbb3 --- /dev/null +++ b/test/unit/paste-before/cmd @@ -0,0 +1 @@ +dP diff --git a/test/unit/paste-before/in b/test/unit/paste-before/in new file mode 100644 index 00000000..daee86ae --- /dev/null +++ b/test/unit/paste-before/in @@ -0,0 +1 @@ +-foo-%(bar) diff --git a/test/unit/paste-before/out b/test/unit/paste-before/out new file mode 100644 index 00000000..f53ee17d --- /dev/null +++ b/test/unit/paste-before/out @@ -0,0 +1 @@ +-foobar- |
