Skip to content

Commit

Permalink
adding water3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Oct 4, 2024
1 parent 6ba1871 commit 97cc03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pure/water3_FAIL.n3s
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# water is an inorganic compound
:water a :InorganicCompound.

# water is a solid or a liquid
# water is solid or liquid
(_:A) log:onNegativeSurface {
_:A a :InorganicCompound.
() log:onNegativeSurface {
Expand All @@ -21,7 +21,7 @@
}.
}.

# water is a packaged or a gas
# water is packaged or gas
(_:A) log:onNegativeSurface {
_:A a :InorganicCompound.
() log:onNegativeSurface {
Expand Down

0 comments on commit 97cc03f

Please sign in to comment.