Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1332 by filip.noetzel: URL in Test Case name causes minor glitch in HTML report
http://code.google.com/p/robotframework/issues/detail?id=1332

With Robot Framework 2.7.6:

This test suite (when executed):

----
*** Test Cases ***

Test http://www.google.com/
    No Operation
----

reads in the HTML report like this:

http://www.google.com/";> + TEST CASE: Test http://www.google.com/

when it should read

+ TEST CASE: Test http://www.google.com/

(see attached screenshot)

Reply via email to