From 7ea086ab6df15d1107947c3c0c9b50f1005b5183 Mon Sep 17 00:00:00 2001 From: Rick Winfrey Date: Tue, 6 Jun 2017 17:05:47 -0700 Subject: [PATCH] Concatenated string test fixture --- test/fixtures/python/concatenated-string.A.py | 2 ++ test/fixtures/python/concatenated-string.B.py | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 test/fixtures/python/concatenated-string.A.py create mode 100644 test/fixtures/python/concatenated-string.B.py diff --git a/test/fixtures/python/concatenated-string.A.py b/test/fixtures/python/concatenated-string.A.py new file mode 100644 index 000000000..cfde0b62b --- /dev/null +++ b/test/fixtures/python/concatenated-string.A.py @@ -0,0 +1,2 @@ +"one" "two" "three" + diff --git a/test/fixtures/python/concatenated-string.B.py b/test/fixtures/python/concatenated-string.B.py new file mode 100644 index 000000000..d5255ba75 --- /dev/null +++ b/test/fixtures/python/concatenated-string.B.py @@ -0,0 +1,2 @@ +"two" "one" "four" "three" +