File tree
9 files changed
+36
-4
lines changed- internal
- formatter
- parser
- testdata
9 files changed
+36
-4
lines changedDiff for: internal/formatter/fix_indentation.go
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
685 | 685 |
| |
686 | 686 |
| |
687 | 687 |
| |
688 |
| - | |
| 688 | + | |
689 | 689 |
| |
690 | 690 |
| |
691 | 691 |
| |
|
Diff for: internal/formatter/unparser.go
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
470 |
| - | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
471 | 475 |
| |
472 | 476 |
| |
473 | 477 |
| |
| |||
481 | 485 |
| |
482 | 486 |
| |
483 | 487 |
| |
| 488 | + | |
| 489 | + | |
| 490 | + | |
484 | 491 |
| |
485 | 492 |
| |
486 | 493 |
| |
|
Diff for: internal/parser/lexer.go
+15-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
719 | 719 |
| |
720 | 720 |
| |
721 | 721 |
| |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
722 | 729 |
| |
723 | 730 |
| |
724 | 731 |
| |
| |||
775 | 782 |
| |
776 | 783 |
| |
777 | 784 |
| |
778 |
| - | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
779 | 792 |
| |
780 | 793 |
| |
781 | 794 |
| |
| |||
793 | 806 |
| |
794 | 807 |
| |
795 | 808 |
| |
796 |
| - | |
| 809 | + | |
797 | 810 |
| |
798 | 811 |
| |
799 | 812 |
| |
|
Diff for: testdata/block_string_chomped.golden
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
Diff for: testdata/block_string_chomped.jsonnet
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Whitespace-only changes.
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Whitespace-only changes.
0 commit comments