OLD | NEW |
---|---|
(Empty) | |
1 Prism(C) | |
2 Foo(TM) | |
3 Foobar(R) | |
4 | |
5 ---------------------------------------------------- | |
6 | |
7 [ | |
8 ["phrase", [ | |
9 "Prism", ["mark", [["punctuation", "("], "C", ["punctuation", ") "]]], | |
10 "\r\nFoo", ["mark", [["punctuation", "("], "TM", ["punctuation", ")"]]], | |
11 "\r\nFoobar", ["mark", [["punctuation", "("], "R", ["punctuation ", ")"]]] | |
12 ]] | |
13 ] | |
14 | |
15 ---------------------------------------------------- | |
16 | |
17 Checks for marks symbols. | |
OLD | NEW |