Skip to content

Commit

Permalink
Partial fix for bug #166
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Aug 29, 2014
1 parent ab23793 commit 9d5de24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/java_test/relex/test/TestRelEx.java
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,7 @@ public boolean test_equatives()

rc &= test_sentence ("The kick was as soft as the first.",
"_predadj(kick, soft)\n"+
"as(soft, first)\n"+
"than(kick, first)\n");
"as(kick, first)\n");

rc &= test_sentence ("He is as smart as I ever expected him to be.",
"_predadj(he, smart)\n"+
Expand Down

0 comments on commit 9d5de24

Please sign in to comment.