| OLD | NEW |
| (Empty) | |
| 1 => ,,456,0,0 |
| 2 Script: => ,,456,0,0 |
| 3 Script:http://example.com/alina? => ,http://example.com/alina?,456,0,0 |
| 4 Script:http://example.com/:1 => ,http://example.com/,456,0,0 |
| 5 Script:http://example.com/:1:2 => ,http://example.com/,456,0,1 |
| 6 Script:http://example.com/:1:2:3 => ,http://example.com/:1,456,1,2 |
| 7 Script:http://example.com/:1:2:3x:4 => ,http://example.com/:1:2:3x,456,3,0 |
| 8 Builtin:~foo1 http://url.com/foo.js => foo1,http://url.com/foo.js,456,0,0 |
| 9 Builtin:~foo2 http://url.com/foo.js:11 => foo2,http://url.com/foo.js,456,10,0 |
| 10 Builtin:*foo3 http://url.com/foo.js:11:22 => foo3,http://url.com/foo.js,456,10,2
1 |
| 11 Builtin:foo4 http://url.com/foo.js:11:22:33 => foo4,http://url.com/foo.js:11,456
,21,32 |
| 12 Builtin:~ http://url.com/anonymous.js:123 => ,http://url.com/anonymous.js,456,12
2,0 |
| 13 Builtin:~function name with spaces http://url.com/anonymous.js:123 => function n
ame with spaces,http://url.com/anonymous.js,456,122,0 |
| 14 |
| OLD | NEW |