Ivan Ka
|
25df59f308
|
issue-281: add tests and fix panic for * (#615)
* issue-281: add tests and fix panic for *
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* code review. rollback .gitignore changes
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
|
2025-01-16 19:00:30 +09:00 |
|
Masaaki Goshima
|
1375813e8a
|
fix invalid path (#598)
|
2024-12-18 10:45:26 +09:00 |
|
Oleksandr Redko
|
7601ad3fe8
|
Fix displaying testable example on pkg.go.dev (#587)
|
2024-12-13 09:27:52 +09:00 |
|
Masaaki Goshima
|
43851760c6
|
Fix parsing of tab character (#530)
* fix tab character handling
* ignore lint error
|
2024-11-13 16:21:12 +09:00 |
|
Mateusz Hawrus
|
1f84c0cbaf
|
fix: Correct token.Tokenize double quoted strings with escape sequences handling (#457)
* fix scan double quote index progression
* fix: Correct root path handling (#2)
Ref: https://github.com/goccy/go-yaml/pull/456
|
2024-07-16 19:30:20 +09:00 |
|
WillAbides
|
4df89231ed
|
Fix quoted comments (#370)
* Make path filtering work with quotes
|
2023-09-15 11:33:31 +09:00 |
|
Kurochan
|
dc3fed8f0b
|
ast: append new line at the end of file (#329)
|
2022-12-08 22:48:12 +09:00 |
|
Marco Molteni
|
c5e63d01d5
|
path tests: add missing keys to struct literals
Some of the table-driven tests were missing the keys for the structs,
making it hard to understand each test case.
|
2022-06-04 17:43:16 +02:00 |
|
Masaaki Goshima
|
58d9007a85
|
Supports escaping reserved keywords in PathBuilder
|
2021-10-12 17:03:58 +09:00 |
|
Masaaki Goshima
|
1179baba34
|
Add example
|
2021-10-12 16:35:10 +09:00 |
|
Masaaki Goshima
|
cc2a6aa6d1
|
Allow reserved characters for key name in YAMLPath
|
2021-09-02 21:48:09 +09:00 |
|
Masaaki Goshima
|
f94ac71a97
|
Support a new feature to help compare error instance
|
2021-02-02 15:40:12 +09:00 |
|
Masaaki Goshima
|
367bda16bc
|
Support Merge and Replace for ast.Node
|
2020-07-16 14:18:26 +09:00 |
|
Masaaki Goshima
|
18799ef134
|
Rename from AddAnnotationToSource to AnnotateSource
|
2020-07-15 22:16:30 +09:00 |
|
Masaaki Goshima
|
7ee581ed3b
|
Add Path.AddAnnotationToSource
|
2020-07-15 22:16:30 +09:00 |
|
Masaaki Goshima
|
6dddb26eee
|
Add Document for YAMLPath
|
2020-06-04 13:40:21 +09:00 |
|
Masaaki Goshima
|
5387ce3a6a
|
Add full features for YAMLPath
|
2020-06-04 13:23:52 +09:00 |
|
Masaaki Goshima
|
d2635682bb
|
Add yaml.Path and yaml.PathBuilder
|
2020-06-03 18:32:50 +09:00 |
|