From f337b11f1964ce811c2122c046afb77881c73c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Tue, 5 Apr 2022 17:13:45 +0200 Subject: [PATCH] Fix breakline --- lib/src/canteen.dart | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/canteen.dart b/lib/src/canteen.dart index 696dc79..da4166a 100644 --- a/lib/src/canteen.dart +++ b/lib/src/canteen.dart @@ -286,6 +286,7 @@ class Canteen { .firstMatch(o)! .group(0) .toString() + .replaceAll("
", "") .split(" / "); var vydejna = RegExp( r'(?<=).+?(?=<)') diff --git a/pubspec.yaml b/pubspec.yaml index dc4b512..771d91c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: canteenlib description: Library for communication with the czech canteen food ordering system iCanteen -version: 0.1.0-alpha.8 +version: 0.1.0-alpha.9 repository: 'https://github.com/hernikplays/canteenlib' issue_tracker: 'https://github.com/hernikplays/canteenlib/issues' documentation: 'https://docs.hernikplays.cz'