Source code
Revision control
Copy as Markdown
Other Tools
[href-navigation.html]
expected:
if (os == "android") and debug: [ERROR, CRASH]
if (os == "android") and not debug: [ERROR, CRASH]
ERROR
[href-navigation.html]
expected:
if (os == "android") and debug: [ERROR, CRASH]
if (os == "android") and not debug: [ERROR, CRASH]
ERROR