diff options
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/custom_test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/custom_test.html b/share/www/custom_test.html index 79c04c70..04021e90 100644 --- a/share/www/custom_test.html +++ b/share/www/custom_test.html @@ -33,7 +33,7 @@ specific language governing permissions and limitations under the License. } } - function Tequals(expect, found, descr) { + function TEquals(expect, found, descr) { var mesg = "expected '" + expect + "', got '" + found + "' " + descr; T(expect === found, mesg); } |