Skip to content

Commit

Permalink
Bodied sub-tag and reenering caller scope.
Browse files Browse the repository at this point in the history
Closes #89.
Closes #85.
Closes #59.
Closes #51.
Closes #25.
  • Loading branch information
flatheadmill committed Jun 23, 2013
1 parent cddec08 commit 00ff348
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/tags/attribute.t.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

// Also tests the isolation of contexts.

var fs = require('fs');
require('./proof')(3, function (step, context, fixture, ok, compare) {

Expand Down
3 changes: 3 additions & 0 deletions t/tags/sub-attribute.t.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env node

// Not only does this test test sub-attributes, it also illustrates a bodied
// sub-tag as well as re-entering the caller's scope.

var fs = require('fs');
require('./proof')(3, function (step, context, fixture, ok, compare) {

Expand Down

0 comments on commit 00ff348

Please sign in to comment.