Skip to content

Commit

Permalink
Fixed issue #8860: String Splitter and Tokenizer tests in GUI availab…
Browse files Browse the repository at this point in the history
…le and failing
  • Loading branch information
c-schmitz committed Mar 20, 2014
1 parent 729bf4c commit 5378208
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions application/views/admin/expressions/test_view.php
Expand Up @@ -4,14 +4,6 @@
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/functions'); ?>">Available Functions</a></td>
<td>Show the list of functions available within Expression Manager.</td>
</tr>
<tr>
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/stringsplit'); ?>">String Splitter</a></td>
<td>Unit test of String Splitter to ensure splits source into Strings vs. Expressions. Expressions are surrounded by un-escaped curly braces</td>
</tr>
<tr>
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/tokenizer'); ?>">Tokenizer</a></td>
<td>Demonstrates that Expression Manager properly detects and categorizes tokens (e.g. variables, string, functions, operators)</td>
</tr>
<tr>
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/strings_with_expressions'); ?>">Unit Tests of Expressions Within Strings</a></td>
<td>Test how Expression Manager can process strings containing one or more variable, token, or expression replacements surrounded by curly braces.</td>
Expand Down

0 comments on commit 5378208

Please sign in to comment.