Add ICU message format support
[chromium-blink-merge.git] / tools / json_comment_eater / everything.json
blob4dc8e45ea846ad5c5a49e5d450446ed6087d62f8
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Test API.
6 { "namespace": "test",
7   "comments": "yo",  // Comments all have a // in them.
8   "strings": "yes",  // Comment with "strings" and " character
9   "escaped\"": "string\"isescaped",
10   "more//": "\"more",
11   "so\\many": "\\\\escapes\\\\\"whoa",
12   "comment//inmiddle": "of string",
13   "comments": "yo",  /* Comments all have a /* in them. */
14   "strings": "yes",  /* Comment with "strings" and " character */
15   "more/*": "\"more",
16   /* SOMECOMMENT
17   "with": "anything\"" //inside
18   */
19   "and": /*can be anywhere */ "in string"