mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed failed test (compatibility inspection)
This commit is contained in:
@@ -4,7 +4,7 @@ if <warning descr="Python versions 3.0, 3.1 do not support <>, use != instead.">
|
||||
var = a
|
||||
########################
|
||||
|
||||
print <warning descr="Python versions >= 3.0 do not support this syntax. The print statement has been replaced with a print() function">"One value"</warning>
|
||||
<warning descr="Python versions >= 3.0 do not support this syntax. The print statement has been replaced with a print() function">print "One value"</warning>
|
||||
|
||||
########################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user