]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/ebnf/ebnf-tests.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / peg / ebnf / ebnf-tests.factor
index c0c7568913408e7f725ffa62a5bb28815bb133a8..84311bc24e1ade19e49097671f92c5d74266be19 100644 (file)
@@ -3,7 +3,7 @@
 !
 USING: kernel tools.test peg peg.ebnf peg.ebnf.private words
 math math.parser sequences accessors peg.parsers parser
-namespaces arrays strings eval unicode.data multiline ;
+namespaces arrays strings eval unicode multiline ;
 IN: peg.ebnf.tests
 
 { T{ ebnf-non-terminal f "abc" } } [