| Index: lib/src/prism/tests/languages/bison/property_feature.test
|
| diff --git a/lib/src/prism/tests/languages/bison/property_feature.test b/lib/src/prism/tests/languages/bison/property_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c1b6cb240534babd4adc30824cae7e2212f0470c
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/bison/property_feature.test
|
| @@ -0,0 +1,21 @@
|
| +%%
|
| +foo:
|
| +bar_42:
|
| +$@1:
|
| +%%
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["bison", [
|
| + ["punctuation", "%%"],
|
| + ["property", "foo"], ["punctuation", ":"],
|
| + ["property", "bar_42"], ["punctuation", ":"],
|
| + ["property", "$@1"], ["punctuation", ":"],
|
| + ["punctuation", "%%"]
|
| + ]]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for properties.
|
|
|