File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -515,27 +515,6 @@ def setup(self):
515515 # log = cssutils.errorhandler.ErrorHandler()
516516 self .tokenizer = Tokenizer ()
517517
518- # NOT USED
519- # def test_push(self):
520- # "Tokenizer.push()"
521- # r = []
522- # def do():
523- # T = Tokenizer()
524- # x = False
525- # for t in T.tokenize('1 x 2 3'):
526- # if not x and t[1] == 'x':
527- # T.push(t)
528- # x = True
529- # r.append(t[1])
530- # return ''.join(r)
531- #
532- # # push reinserts token into token stream, so x is doubled
533- # self.assertEqual('1 xx 2 3', do())
534-
535- # def test_linenumbers(self):
536- # "Tokenizer line + col"
537- # pass
538-
539518 def test_tokenize (self ):
540519 "cssutils Tokenizer().tokenize()"
541520 import cssutils .cssproductions
You can’t perform that action at this time.
0 commit comments