Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Nov 8, 2023
1 parent 02a624b commit 637cc30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .devel/tinytest.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ library("tinytest")
library("stringi")
library("methods")

str(stringi::stri_info())

# options(encoding="UTF-8") # e.g., on Windows
cat(stri_info(short=TRUE), "\n")

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/r-icu-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Test stringi
run: |
Rscript -e 'source(".devel/tinytest.R")'
LC_ALL="C" Rscript -e 'source(".devel/tinytest.R")'
LC_ALL="pl_PL" Rscript -e 'source(".devel/tinytest.R")'
LC_ALL="C.UTF-8" Rscript -e 'source(".devel/tinytest.R")'
LC_ALL="pl_PL.UTF-8" Rscript -e 'source(".devel/tinytest.R")'

0 comments on commit 637cc30

Please sign in to comment.