Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 spawn( | |
| 2 foo@_bar( | |
| 3 'foo bar'( | |
| 4 '\'\\'( | |
| 5 | |
| 6 ---------------------------------------------------- | |
| 7 | |
| 8 [ | |
| 9 ["function", "spawn"], ["punctuation", "("], | |
| 10 ["function", "foo@_bar"], ["punctuation", "("], | |
| 11 ["quoted-function", "'foo bar'"], ["punctuation", "("], | |
| 12 ["quoted-function", "'\\'\\\\'"], ["punctuation", "("] | |
| 13 ] | |
| 14 | |
| 15 ---------------------------------------------------- | |
| 16 | |
| 17 Checks for functions and quoted functions. | |
| OLD | NEW |