# Unit test for html parser
plugins
discovery allowedMethods
output console,textFile
output
output config textFile
set fileName output-w3af.txt
set verbose True
back
output config console
set verbose False
back
back
target
set target http://localhost/w3af/core/htmlParser/textarea.html
back
start
assert len(w3af_core._fuzzableRequestList[1].getDc()) == 1
exit