| Index: lib/src/prism/tests/languages/gherkin/pystring_feature.test
|
| diff --git a/lib/src/prism/tests/languages/gherkin/pystring_feature.test b/lib/src/prism/tests/languages/gherkin/pystring_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..17fd2b4d460c03748911d3c9cfcb7d9ec59fe60c
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/gherkin/pystring_feature.test
|
| @@ -0,0 +1,20 @@
|
| +"""
|
| +foo
|
| +bar
|
| +"""
|
| +
|
| +'''
|
| +foo
|
| +bar
|
| +'''
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["pystring", "\"\"\"\r\nfoo\r\nbar\r\n\"\"\""],
|
| + ["pystring", "'''\r\nfoo\r\nbar\r\n'''"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for pystrings.
|
|
|