File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ assertEquals("\u214E\uA7B5\u2CEF", "\u2132\uA7B4\u2CEF".lowercase())
193
193
(simple_identifier)))
194
194
(call_suffix
195
195
(value_arguments))))))))
196
+
196
197
================================================================================
197
198
Unsigned literal
198
199
================================================================================
@@ -201,9 +202,10 @@ Unsigned literal
201
202
202
203
--------------------------------------------------------------------------------
203
204
204
- (source_file
205
- (unsigned_literal
206
- (hex_literal)))
205
+ (source_file
206
+ (unsigned_literal
207
+ (hex_literal)))
208
+
207
209
================================================================================
208
210
Unsigned Long literal
209
211
================================================================================
@@ -213,5 +215,5 @@ Unsigned Long literal
213
215
--------------------------------------------------------------------------------
214
216
215
217
(source_file
216
- (unsigned_literal
217
- (hex_literal)))
218
+ (unsigned_literal
219
+ (hex_literal)))
You can’t perform that action at this time.
0 commit comments