We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd3215 commit 241138bCopy full SHA for 241138b
j2py/transform_all.sh
@@ -48,7 +48,7 @@ compile_and_run() {
48
fi
49
50
#run and compare output
51
- if grep -q "main(String" "$class.java"
+ if grep -q "main(\s*String" "$class.java"
52
then
53
54
#run java
0 commit comments