-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addressing Unibeautify/beautifier-prettydiff#123
- Loading branch information
1 parent
4202cf3
commit 46958ac
Showing
7 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,5 +39,5 @@ | |
"start": "node js/services build", | ||
"test": "node js/services test" | ||
}, | ||
"version": "1.1.10" | ||
"version": "1.1.11" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<html> | ||
<form id="asdf" [formGroup]="something"/> | ||
|
||
</html> |
7 changes: 7 additions & 0 deletions
7
test/samples_parsed/markup/bracket_attribute_language-html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{"begin":-1,"ender":4,"lexer":"markup","lines":0,"stack":"global","token":"<html>","types":"start"}, | ||
{"begin":0,"ender":4,"lexer":"markup","lines":2,"stack":"html","token":"<form/>","types":"singleton"}, | ||
{"begin":1,"ender":4,"lexer":"markup","lines":1,"stack":"form","token":"id=\"asdf\"","types":"attribute"}, | ||
{"begin":1,"ender":4,"lexer":"markup","lines":1,"stack":"form","token":"[formGroup]=\"something\"","types":"attribute"}, | ||
{"begin":0,"ender":4,"lexer":"markup","lines":3,"stack":"html","token":"</html>","types":"end"} | ||
] |