Pass | "+" operator depending on the context node | Asserts runPass | assert_equals(3, 3)
at Test.<anonymous> ( /domxpath/numbers.html:12:3) |
|
Pass | "-" operator depending on the context node | Asserts runPass | assert_equals(-1, -1)
at Test.<anonymous> ( /domxpath/numbers.html:18:3) |
|
Pass | "*" operator depending on the context node | Asserts runPass | assert_equals(2, 2)
at Test.<anonymous> ( /domxpath/numbers.html:24:3) |
|
Pass | "div" operator depending on the context node | Asserts runPass | assert_equals(0.5, 0.5)
at Test.<anonymous> ( /domxpath/numbers.html:30:3) |
|
Pass | "mod" operator depending on the context node | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /domxpath/numbers.html:36:3) |
|