OLD | NEW |
(Empty) | |
| 1 foo ( |
| 2 foobar( |
| 3 foo_bar_42( |
| 4 |
| 5 foo! ( |
| 6 foobar![ |
| 7 foo_bar_42!( |
| 8 |
| 9 ---------------------------------------------------- |
| 10 |
| 11 [ |
| 12 ["function", "foo"], ["punctuation", "("], |
| 13 ["function", "foobar"], ["punctuation", "("], |
| 14 ["function", "foo_bar_42"], ["punctuation", "("], |
| 15 |
| 16 ["function", "foo!"], ["punctuation", "("], |
| 17 ["function", "foobar!"], ["punctuation", "["], |
| 18 ["function", "foo_bar_42!"], ["punctuation", "("] |
| 19 ] |
| 20 |
| 21 ---------------------------------------------------- |
| 22 |
| 23 Checks for functions and macros. |
OLD | NEW |