()
| 26 | } |
| 27 | |
| 28 | function popCharacterStack () { |
| 29 | characterStack.pop(); |
| 30 | characterStack.push('/'.cyan); |
| 31 | logCharacterStack(); |
| 32 | characterStack.pop(); |
| 33 | logCharacterStack(); |
| 34 | } |
| 35 | |
| 36 | function handleAssertion (row) { |
| 37 | log('operator is "' + row.operator + '"'); |
no test coverage detected