##// END OF EJS Templates
add missing parentheses on formerly excluded doctest example
MinRK -
Show More
@@ -9,7 +9,7 b' as a test::'
9
9
10 >>> 1+1
10 >>> 1+1
11 2
11 2
12 >>> print "hello"
12 >>> print ("hello")
13 hello
13 hello
14
14
15 More than one example works::
15 More than one example works::
General Comments 0
You need to be logged in to leave comments. Login now