We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7cd9f commit b275403Copy full SHA for b275403
2 files changed
test.sh
@@ -1,2 +1,2 @@
1
-java -jar lib/jstestdriver/JsTestDriver.jar --tests all
2
-# java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf
+# java -jar lib/jstestdriver/JsTestDriver.jar --tests all
+java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf
test/CompilerSpec.js
@@ -128,7 +128,7 @@ describe('compiler', function(){
128
};
129
textMarkup.push(function(text, textNode, parent){
130
if (text == '{{1+2}}')
131
- textNode.text('3');
+ parent.text('3');
132
});
133
var scope = compile('<div><h1>ignore me</h1></div>');
134
expect(scope.$element.text()).toEqual('3');
0 commit comments