Skip to content

Commit 76fcd69

Browse files
committed
Update test.
1 parent 9b5d42e commit 76fcd69

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/controllers/default.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,10 @@ function viewViews() {
594594
assert.ok(output.contains('<div>NESTED</div>'), name + 'if - nested');
595595
assert.ok(output.contains('---<div>Hello World!</div><div>Price: 12</div>---'), name + '- "/" view path problem');
596596

597+
F.script('lowercase', 'peter', function(err, val) {
598+
assert.ok(val ==='Peter', 'SCRIPT: lowercase');
599+
});
600+
597601
self.json({
598602
r: true
599603
});

0 commit comments

Comments
 (0)