We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5d42e commit 76fcd69Copy full SHA for 76fcd69
1 file changed
test/controllers/default.js
@@ -594,6 +594,10 @@ function viewViews() {
594
assert.ok(output.contains('<div>NESTED</div>'), name + 'if - nested');
595
assert.ok(output.contains('---<div>Hello World!</div><div>Price: 12</div>---'), name + '- "/" view path problem');
596
597
+ F.script('lowercase', 'peter', function(err, val) {
598
+ assert.ok(val ==='Peter', 'SCRIPT: lowercase');
599
+ });
600
+
601
self.json({
602
r: true
603
});
0 commit comments