Skip to content

Commit

Permalink
Merge pull request #107 from hammera/fix_viskunde_tests_failure
Browse files Browse the repository at this point in the history
lbu_files/wiskunde.ctb: Replace dot 4569 to 456a (underscore simbol)
  • Loading branch information
egli authored Jun 6, 2024
2 parents f95e86b + 901215f commit 1f788fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
LIBLOUIS_VERSION: 3.29.0
LIBLOUIS_VERSION: 3.30.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches: [ master ]

env:
LIBLOUIS_VERSION: 3.29.0
LIBLOUIS_VERSION: 3.30.0

jobs:
sanitizer:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && dpkg --add-architecture i386 && apt-get update && apt-get
&& rm -rf /var/lib/apt/lists/*

ARG LIBYAML_VERSION=0.1.4
ARG LIBLOUIS_VERSION=3.29.0
ARG LIBLOUIS_VERSION=3.30.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=i686-w64-mingw32 \
PREFIX=/usr/build/win32 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.win64
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

ARG LIBYAML_VERSION=0.1.4
ARG LIBLOUIS_VERSION=3.29.0
ARG LIBLOUIS_VERSION=3.30.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=x86_64-w64-mingw32 \
PREFIX=/usr/build/win64 \
Expand Down
6 changes: 3 additions & 3 deletions lbu_files/wiskunde.ctb
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ exactdots @56
noback pass3 @1b-24-1b-34-1235 @34 # \ei\e⠌r
noback pass3 @1b-24-1b-34-14 @456@34 # \ei\e⠌c
noback pass3 @1b-24-1b-34-123 @3456@34 # \ei\e⠌l
noback pass3 @1b-24-1b-4569-1235 @16 # \ei\e_r
noback pass3 @1b-24-1b-4569-14 @4569@16 # \ei\e_c
noback pass3 @1b-24-1b-4569-123 @3456@16 # \ei\e_l
noback pass3 @1b-24-1b-456a-1235 @16 # \ei\e_r
noback pass3 @1b-24-1b-456a-14 @456a@16 # \ei\e_c
noback pass3 @1b-24-1b-456a-123 @3456@16 # \ei\e_l
noback pass3 @1b-24 ? # \ei
noback pass3 @1b-34-1235 @4 # \e⠌r
noback pass3 @1b-34-14 @45 # \e⠌c
Expand Down

0 comments on commit 1f788fe

Please sign in to comment.