Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed error for using textual operators such as "not","and" and "or" #117

Merged
merged 1 commit into from
Apr 15, 2015
Merged

Fixed error for using textual operators such as "not","and" and "or" #117

merged 1 commit into from
Apr 15, 2015

Conversation

TheGrandmother
Copy link
Contributor

Se issue 115

@TheGrandmother
Copy link
Contributor Author

What is the protocol for adding tests?

@supercooldave
Copy link

Add files sometest.enc and sometest.out in the directory src/tests/encore/basic.
The file sometest.out contains the expected output of the test.

That's all. It will be tested automatically when running make test at top level.

Ideally, your tests should fail with the before-the-fix code and succeed with the changes you've made.
(And more tests fail than before.)

For this fix, a single test file should suffice.

@TheGrandmother
Copy link
Contributor Author

oki. I have a test file. Ill add it there.

May or may not have fixed the not problem with nothing

added annoying eclipse files

added tests
@TheGrandmother
Copy link
Contributor Author

@supercooldave
I added tests cases or something like that

@supercooldave
Copy link

Sjuper. I'll check it out and give it a test ride.

supercooldave pushed a commit that referenced this pull request Apr 15, 2015
Fixed error for using textual operators such as "not","and" and "or"
@supercooldave supercooldave merged commit 52b35fc into parapluu:master Apr 15, 2015
@supercooldave supercooldave deleted the prefix-fix branch April 15, 2015 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants