diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-18 12:55:44 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-18 12:55:44 +0100 |
| commit | 60c48adcfb64ae14205bf4686cf96a219b703835 (patch) | |
| tree | 4fc047f3273b74ac4210f353736727c922f8dff4 /tests | |
| parent | 78753dead7c115801ac3ad70fe47c790dc269a34 (diff) | |
Add selftests for reading strings with escaped characters.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Kescape | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Kescape b/tests/Kescape new file mode 100644 index 0000000..ee6b2b6 --- /dev/null +++ b/tests/Kescape @@ -0,0 +1,3 @@ +config STRING + string "string" + default "\"\\" |
