Chromium Code Reviews| Index: lib/src/prism/tests/languages/yaml/important_feature.test |
| diff --git a/lib/src/prism/tests/languages/yaml/important_feature.test b/lib/src/prism/tests/languages/yaml/important_feature.test |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bf4aea8410c802e63bf5be941e12d166f07b1a07 |
| --- /dev/null |
| +++ b/lib/src/prism/tests/languages/yaml/important_feature.test |
| @@ -0,0 +1,19 @@ |
| +&B1 |
| +&A |
| +*A |
| +&SS |
| +*SS |
| + |
| +---------------------------------------------------- |
| + |
| +[ |
| + ["important", "&B1"], |
| + ["important", "&A"], |
| + ["important", "*A"], |
| + ["important", "&SS"], |
| + ["important", "*SS"] |
| +] |
| + |
| +---------------------------------------------------- |
| + |
| +Checks for important. |