Skip to content
Snippets Groups Projects
Commit 1f895764 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

Merge remote-tracking branch 'origin/develop'

parents d47994ac 9404b953
No related branches found
No related tags found
No related merge requests found
Pipeline #76794 passed
...@@ -6,7 +6,7 @@ apply plugin: 'signing' ...@@ -6,7 +6,7 @@ apply plugin: 'signing'
allprojects { allprojects {
project.group = 'de.hhu.stups' project.group = 'de.hhu.stups'
project.version = '3.3.1' project.version = '3.3.2'
project.ext.isSnapshot = project.version.endsWith("-SNAPSHOT") project.ext.isSnapshot = project.version.endsWith("-SNAPSHOT")
ext."signing.secretKeyRingFile" = rootProject.file("secring.gpg").absolutePath ext."signing.secretKeyRingFile" = rootProject.file("secring.gpg").absolutePath
......
...@@ -151,6 +151,8 @@ public class Lexer implements ITokenListContainer ...@@ -151,6 +151,8 @@ public class Lexer implements ITokenListContainer
} }
break; break;
case 13: case 13:
case 8232: // Unicode line separator
case 8233: // Unicode paragraph separator
this.line++; this.line++;
this.pos = 0; this.pos = 0;
this.cr = true; this.cr = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment