go-yaml/parser
Masaaki Goshima 100fa23cbc
Fix tab character handling ( if ignore the tab character, do not increment the column number ) (#676)
* if ignore the tab character, do not increment the column number

* apply `npm audit fix`

* fix lint error
2025-03-16 13:53:02 +09:00
..
testdata Fix processing of CRLF at parser ( removeLeftSideNewLineCharacter ) 2020-06-09 10:56:25 +09:00
color.go Refactor parser (#545) 2024-11-26 11:05:45 +09:00
context.go Fix format indent (#653) 2025-02-12 14:29:07 +09:00
node.go support entry token for flow style. (#646) 2025-02-11 12:15:41 +09:00
option.go support to disallow duplicate map key at parsing (#531) 2024-11-13 18:29:20 +09:00
parser.go support entry token for flow style. (#646) 2025-02-11 12:15:41 +09:00
parser_test.go Fix tab character handling ( if ignore the tab character, do not increment the column number ) (#676) 2025-03-16 13:53:02 +09:00
token.go Fix tag with flow sequence (#618) 2025-01-16 19:25:38 +09:00