Closed neenjaw closed 5 years ago
@neenjaw Ok to merge?
I'm good if you're happy with it,
I thought I fixed the trailing newline on the version
file, but it seems to be missing.
Thats because there were conflicts with master. I think I fixed them but I never understood that tool weell enough. Will see after merge
But do you want it with or without a newline at end?
I like it on, because then there isn't that symbol on the diff, but I can't push a commit for 30 minutes or so until I can get to a computer
Ready!
version
bumped to 1.2.1triangle.example
andtriangle_tests.plt
:triangle(+Side1, +Side2, +Side3, +Type)
but it was written intriangle.example
to only be correct if usedtriangle(+Side1, +Side2, +Side3, -Type)
triangle.example
has been changed now to pass the tests.