Commit 71622f4
Set disableHtmlEscaping when creating GsonBuilder (#179)
Otherwise, if filename contains symbols like '=' it gets serialized to
'\u003d' which causes parsing to fail during `get-impacted-targets`.
Co-authored-by: Maxwell Elliott <56700854+tinder-maxwellelliott@users.noreply.github.com>1 parent c901649 commit 71622f4
File tree
2 files changed
+2
-2
lines changed- cli/src
- main/kotlin/com/bazel_diff/di
- test/kotlin/com/bazel_diff
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments