Skip to content

Commit

Permalink
move the and tests to the core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vybs committed Oct 1, 2012
1 parent 61e7c6a commit 7a45615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/jasmine-test/spec/coreTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -820,9 +820,9 @@ var coreTests = [
message: "test array reference $idx/$len on empty array case"
},
{
name: "array reference $idx/$len on single element case",
source: "{#names}Idx={$idx} Size={$len} {.}{/names}",
context: { names: "Just one name" },
name: "array reference $idx/$len on single element case (scalar case)",
source: "{#name}Idx={$idx} Size={$len} {.}{/name}",
context: { name: "Just one name" },
expected: "Idx= Size= Just one name",
message: "test array reference $idx/$len on single element case"
},
Expand Down

0 comments on commit 7a45615

Please sign in to comment.