hocon
hocon copied to clipboard
Validation fails for files with no new line at EOF
The following hocon file fails validation:
id,is_enabled
12,TRUE
253,TRUE
286,TRUE
287,TRUE
288,TRUE
289,TRUE
290,TRUE
291,TRUE
meanwhile this one passes validation:
id,is_enabled
12,TRUE
253,TRUE
286,TRUE
287,TRUE
288,TRUE
289,TRUE
290,TRUE
291,TRUE