Skip to content

Commit 40c945f

Browse files
committed
Fix formatting
1 parent cfa7935 commit 40c945f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

test/corpus/literals.txt

+7-5
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ assertEquals("\u214E\uA7B5\u2CEF", "\u2132\uA7B4\u2CEF".lowercase())
193193
(simple_identifier)))
194194
(call_suffix
195195
(value_arguments))))))))
196+
196197
================================================================================
197198
Unsigned literal
198199
================================================================================
@@ -201,9 +202,10 @@ Unsigned literal
201202

202203
--------------------------------------------------------------------------------
203204

204-
(source_file
205-
(unsigned_literal
206-
(hex_literal)))
205+
(source_file
206+
(unsigned_literal
207+
(hex_literal)))
208+
207209
================================================================================
208210
Unsigned Long literal
209211
================================================================================
@@ -213,5 +215,5 @@ Unsigned Long literal
213215
--------------------------------------------------------------------------------
214216

215217
(source_file
216-
(unsigned_literal
217-
(hex_literal)))
218+
(unsigned_literal
219+
(hex_literal)))

0 commit comments

Comments
 (0)