| Index: lib/src/prism/tests/languages/swift/constant_feature.test
|
| diff --git a/lib/src/prism/tests/languages/swift/constant_feature.test b/lib/src/prism/tests/languages/swift/constant_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cd72339744ffebf531df60cb656239b8ad269d31
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/swift/constant_feature.test
|
| @@ -0,0 +1,19 @@
|
| +nil
|
| +AB
|
| +FOO_BAR
|
| +kAb
|
| +kFoo_bar
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["constant", "nil"],
|
| + ["constant", "AB"],
|
| + ["constant", "FOO_BAR"],
|
| + ["constant", "kAb"],
|
| + ["constant", "kFoo_bar"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for constants.
|
|
|