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/START/paragraph | |
| parent | 7aa78d726a54fa57a8dc5ed973ab0b30eeba6bf3 (diff) | |
add testing framework
Diffstat (limited to 'test/unit/START/paragraph')
| -rw-r--r-- | test/unit/START/paragraph/cmd | 1 | ||||
| -rw-r--r-- | test/unit/START/paragraph/in | 8 | ||||
| -rw-r--r-- | test/unit/START/paragraph/selections | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/test/unit/START/paragraph/cmd b/test/unit/START/paragraph/cmd new file mode 100644 index 00000000..86fb08f1 --- /dev/null +++ b/test/unit/START/paragraph/cmd @@ -0,0 +1 @@ +{p diff --git a/test/unit/START/paragraph/in b/test/unit/START/paragraph/in new file mode 100644 index 00000000..0da6451e --- /dev/null +++ b/test/unit/START/paragraph/in @@ -0,0 +1,8 @@ +a +b + +%(c) +d + +e +f diff --git a/test/unit/START/paragraph/selections b/test/unit/START/paragraph/selections new file mode 100644 index 00000000..d1d9c6f7 --- /dev/null +++ b/test/unit/START/paragraph/selections @@ -0,0 +1,4 @@ +a +b + +c |
