diff options
Diffstat (limited to 'tests/feature_check')
| -rw-r--r-- | tests/feature_check/set_check.py | 2 | ||||
| -rw-r--r-- | tests/feature_check/set_check.py.exp | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/feature_check/set_check.py b/tests/feature_check/set_check.py new file mode 100644 index 000000000..ec186cc5b --- /dev/null +++ b/tests/feature_check/set_check.py @@ -0,0 +1,2 @@ +# check if set literal syntax is supported +{1} diff --git a/tests/feature_check/set_check.py.exp b/tests/feature_check/set_check.py.exp new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/feature_check/set_check.py.exp |
