From 915734fc3284cf3da1bda70543fb365fe1271033 Mon Sep 17 00:00:00 2001 From: "git@baka0815.de" Date: Mon, 25 Jun 2018 09:18:40 +0200 Subject: [PATCH] Test GDIs: Include a testcase for #1006 In this testcase the first track contains spaces and special characters "(", ")" and ",". This was a problem previously because the "skipws"-flag was never reset after reading a quoted filename. --- tests/files/test_gdis/d/cs (0,1).bin | 0 tests/files/test_gdis/d/cs.gdi | 4 ++++ tests/files/test_gdis/d/cs02.raw | 0 tests/files/test_gdis/d/cs03.bin | 0 4 files changed, 4 insertions(+) create mode 100644 tests/files/test_gdis/d/cs (0,1).bin create mode 100644 tests/files/test_gdis/d/cs.gdi create mode 100644 tests/files/test_gdis/d/cs02.raw create mode 100644 tests/files/test_gdis/d/cs03.bin diff --git a/tests/files/test_gdis/d/cs (0,1).bin b/tests/files/test_gdis/d/cs (0,1).bin new file mode 100644 index 000000000..e69de29bb diff --git a/tests/files/test_gdis/d/cs.gdi b/tests/files/test_gdis/d/cs.gdi new file mode 100644 index 000000000..a0603d98a --- /dev/null +++ b/tests/files/test_gdis/d/cs.gdi @@ -0,0 +1,4 @@ +3 +1 0 4 2352 "cs (0,1).bin" 0 +2 450 0 2352 cs02.raw 0 +3 45000 4 2352 cs03.bin 0 diff --git a/tests/files/test_gdis/d/cs02.raw b/tests/files/test_gdis/d/cs02.raw new file mode 100644 index 000000000..e69de29bb diff --git a/tests/files/test_gdis/d/cs03.bin b/tests/files/test_gdis/d/cs03.bin new file mode 100644 index 000000000..e69de29bb