Skip to content

Conversation

mingodad
Copy link
Contributor

@mingodad mingodad commented Nov 2, 2022

When making copy and paste of some examples I was getting this kind of errors:

Error: unexpected � in file arithRec.dl at line 12
C(“a”). C(“b”). C(“c”). C(“d”).
--^---------------------------------------------
Error: unexpected � in file arithRec.dl at line 12
C(“a”). C(“b”). C(“c”). C(“d”).
---^--------------------------------------------
Error: unexpected � in file arithRec.dl at line 12
C(“a”). C(“b”). C(“c”). C(“d”).
----^-------------------------------------------

Due to use of left/right double quotation (unicode) instead of the ASCII quotation mark. Probably the same should be done in other places.

When making copy and paste of some examples I was getting this kind of errors:
```
Error: unexpected � in file arithRec.dl at line 12
C(“a”). C(“b”). C(“c”). C(“d”).
--^---------------------------------------------
Error: unexpected � in file arithRec.dl at line 12
C(“a”). C(“b”). C(“c”). C(“d”).
---^--------------------------------------------
Error: unexpected � in file arithRec.dl at line 12
C(“a”). C(“b”). C(“c”). C(“d”).
----^-------------------------------------------
```
Due to use of left/right double quotation (unicode) instead of the ASCII quotation mark.
Probably the same should be done in other places.
@quentin
Copy link
Member

quentin commented Nov 4, 2022

Thanks for the fixes

@quentin quentin merged commit ee02372 into souffle-lang:master Nov 4, 2022
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