Author: julianalbo
Date: Thu Dec 18 10:29:42 2008
New Revision: 34074
Modified:
trunk/t/op/string_cclass.t
Log:
fix deprecated syntax in string_cclass test
Modified: trunk/t/op/string_cclass.t
==============================================================================
--- trunk/t/op/string_cclass.t (original)
+++ trunk/t/op/string_cclass.t Thu Dec 18 10:29:42 2008
@@ -329,7 +329,7 @@
result = is_cclass .CCLASS_WHITESPACE, s, i
print result
if result goto ok
- \$S0 = s[i]
+ \$S0 = substr s, i
\$I0 = ord \$S0
\$P0 = new 'ResizablePMCArray'
push \$P0, \$I0