Skip to content

Commit 6ebaf11

Browse files
authored
Merge pull request #227 from boriel/bugfix/slash_escape_char
Bugfix/slash escape char
2 parents 7a2a427 + 46c0702 commit 6ebaf11

6 files changed

Lines changed: 589 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.9.3
2+
current_version = 1.9.4
33
files = version.py
44

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
[v1.9.3](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.2)
1+
[v1.9.4](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.4)
2+
===
3+
+ ! Bugfix: Fixes escape code for backslash (thx to em00k)
4+
5+
[v1.9.3](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.3)
26
===
37
+ ! Bugfix: fixes some bugs in the parser to improve stability.
48

0 commit comments

Comments
 (0)