| Index: lib/src/prism/tests/languages/apl/monadic-operator_feature.test
 | 
| diff --git a/lib/src/prism/tests/languages/apl/monadic-operator_feature.test b/lib/src/prism/tests/languages/apl/monadic-operator_feature.test
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..0dcc9b088cec0edf9b92428d7acc8c3ae20d75a9
 | 
| --- /dev/null
 | 
| +++ b/lib/src/prism/tests/languages/apl/monadic-operator_feature.test
 | 
| @@ -0,0 +1,15 @@
 | 
| +\ / ⌿ ⍀
 | 
| +¨ ⍨ ⌶
 | 
| +& ∥
 | 
| +
 | 
| +----------------------------------------------------
 | 
| +
 | 
| +[
 | 
| +	["monadic-operator", "\\"], ["monadic-operator", "/"], ["monadic-operator", "⌿"], ["monadic-operator", "⍀"],
 | 
| +	["monadic-operator", "¨"], ["monadic-operator", "⍨"], ["monadic-operator", "⌶"],
 | 
| +	["monadic-operator", "&"], ["monadic-operator", "∥"]
 | 
| +]
 | 
| +
 | 
| +----------------------------------------------------
 | 
| +
 | 
| +Checks for monadic operators.
 | 
| 
 |