Add original value tracking to ContentNode
This commit is contained in:
@@ -112,7 +112,7 @@ var AST = {
|
||||
ContentNode: function(string, locInfo) {
|
||||
LocationInfo.call(this, locInfo);
|
||||
this.type = "content";
|
||||
this.string = string;
|
||||
this.original = this.string = string;
|
||||
},
|
||||
|
||||
HashNode: function(pairs, locInfo) {
|
||||
|
||||
Reference in New Issue
Block a user