prism/tests/languages/sas/macro_feature.test

24 lines
498 B
Plaintext

%_zscore(length);
%_test(string, 0.3);
----------------------------------------------------
[
["macro", "%_zscore"],
["punctuation", "("],
"length",
["punctuation", ")"],
["punctuation", ";"],
["macro", "%_test"],
["punctuation", "("],
"string",
["punctuation", ","],
["number", "0.3"],
["punctuation", ")"],
["punctuation", ";"]
]
----------------------------------------------------
Checks that options captures "options" and correctly tags following text.