Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 foo() | |
| 2 foo_bar() | |
| 3 Foo_bar_42() | |
| 4 | |
| 5 ---------------------------------------------------- | |
| 6 | |
| 7 [ | |
| 8 ["function", "foo"], ["punctuation", "("], ["punctuation", ")"], | |
| 9 ["function", "foo_bar"], ["punctuation", "("], ["punctuation", ")"], | |
| 10 ["function", "Foo_bar_42"], ["punctuation", "("], ["punctuation", ")"] | |
| 11 ] | |
| 12 | |
| 13 ---------------------------------------------------- | |
| 14 | |
| 15 Checks for functions. | |
| OLD | NEW |