| Index: lib/src/prism/tests/languages/nim/function_feature.test
|
| diff --git a/lib/src/prism/tests/languages/nim/function_feature.test b/lib/src/prism/tests/languages/nim/function_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..899ad50f30548c937c4f00150d74eee8856629ec
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/nim/function_feature.test
|
| @@ -0,0 +1,17 @@
|
| +fo\x9ao(
|
| +class*(
|
| +takeV[T](
|
| +`$`(
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["function", ["fo\\x9ao"]], ["punctuation", "("],
|
| + ["function", ["class", ["operator", "*"]]], ["punctuation", "("],
|
| + ["function", ["takeV[T]"]], ["punctuation", "("],
|
| + ["function", ["`$`"]], ["punctuation", "("]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for functions.
|
|
|