Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Side by Side Diff: lib/src/prism/tests/languages/inform7/variable_feature.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 action
2 actions
3 activity
4 activities
5 actor
6 actors
7 animal
8 animals
9 backdrop
10 backdrops
11 container
12 containers
13 device
14 devices
15 direction
16 directions
17 door
18 doors
19 holder
20 holders
21 kind
22 kinds
23 list
24 lists
25 man
26 men
27 nobody
28 nothing
29 noun
30 nouns
31 number
32 numbers
33 object
34 objects
35 people
36 person
37 persons
38 player
39 player's holdall
40 region
41 regions
42 relation
43 relations
44 room
45 rooms
46 rule
47 rules
48 rulebook
49 rulebooks
50 scene
51 scenes
52 someone
53 something
54 supporter
55 supporters
56 table
57 tables
58 text
59 texts
60 thing
61 things
62 time
63 vehicle
64 vehicles
65 woman
66 women
67
68 ----------------------------------------------------
69
70 [
71 ["type", "action"],
72 ["type", "actions"],
73 ["type", "activity"],
74 ["type", "activities"],
75 ["type", "actor"],
76 ["type", "actors"],
77 ["type", "animal"],
78 ["type", "animals"],
79 ["type", "backdrop"],
80 ["type", "backdrops"],
81 ["type", "container"],
82 ["type", "containers"],
83 ["type", "device"],
84 ["type", "devices"],
85 ["type", "direction"],
86 ["type", "directions"],
87 ["type", "door"],
88 ["type", "doors"],
89 ["type", "holder"],
90 ["type", "holders"],
91 ["type", "kind"],
92 ["type", "kinds"],
93 ["type", "list"],
94 ["type", "lists"],
95 ["type", "man"],
96 ["type", "men"],
97 ["type", "nobody"],
98 ["type", "nothing"],
99 ["type", "noun"],
100 ["type", "nouns"],
101 ["type", "number"],
102 ["type", "numbers"],
103 ["type", "object"],
104 ["type", "objects"],
105 ["type", "people"],
106 ["type", "person"],
107 ["type", "persons"],
108 ["type", "player"],
109 ["type", "player's holdall"],
110 ["type", "region"],
111 ["type", "regions"],
112 ["type", "relation"],
113 ["type", "relations"],
114 ["type", "room"],
115 ["type", "rooms"],
116 ["type", "rule"],
117 ["type", "rules"],
118 ["type", "rulebook"],
119 ["type", "rulebooks"],
120 ["type", "scene"],
121 ["type", "scenes"],
122 ["type", "someone"],
123 ["type", "something"],
124 ["type", "supporter"],
125 ["type", "supporters"],
126 ["type", "table"],
127 ["type", "tables"],
128 ["type", "text"],
129 ["type", "texts"],
130 ["type", "thing"],
131 ["type", "things"],
132 ["type", "time"],
133 ["type", "vehicle"],
134 ["type", "vehicles"],
135 ["type", "woman"],
136 ["type", "women"]
137 ]
138
139 ----------------------------------------------------
140
141 Checks for variables.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/inform7/title_feature.test ('k') | lib/src/prism/tests/languages/inform7/verb_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698