Chromium Code Reviews| Index: test/comments/top_level.unit |
| diff --git a/test/comments/top_level.unit b/test/comments/top_level.unit |
| index fbd7326e6788c6b968baa6f6adfc8e03522d9f6d..d1fe80f6979db5e5ee20e09dd53477f46de999dd 100644 |
| --- a/test/comments/top_level.unit |
| +++ b/test/comments/top_level.unit |
| @@ -212,4 +212,9 @@ var b = 2; |
| var a = 1; |
| /// doc |
| -var b = 2; |
| +var b = 2; |
| +>>> in dotted name |
| +import 'a' if (/**/a/**/./**/b/**/) 'c'; |
| +<<< |
| +import 'a' |
| + if (/**/ a /**/ . /**/ b /**/) 'c'; |