Skip to content

Commit

Permalink
Merge pull request #13 from c-rack/test-for-issue-11
Browse files Browse the repository at this point in the history
Problem: no test for issue #11
  • Loading branch information
bluca authored Sep 12, 2017
2 parents 3c59024 + f987ef0 commit 0497119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ test: everything

check: gsl$(EXE)
./gsl$(EXE) testall
./gsl$(EXE) teststr

install:
$(INSTALL) -m 755 -d "$(bindir)"
Expand Down
1 change: 1 addition & 0 deletions src/teststr.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ echo "certify: should be 'Two hundred and twelve million': " + rs
str = "A fool and his guilt are soon parted."
echo str
echo string.replace (str, "guilt|honey")
echo string.search_replace (str, "money", "replacement")

str = "A beautiful eye makes silence eloquent, a kind eye makes contradiction
an assent, an enraged eye makes beauty deformed. This little member gives life
Expand Down

0 comments on commit 0497119

Please sign in to comment.