From c6853cefe4b0de30d3fb04d7be8a0a78a23d51d3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 3 Oct 2024 01:24:50 +0200 Subject: Update for Unicode 16 --- test/run-tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/run-tests') diff --git a/test/run-tests b/test/run-tests index ae9c96e..a2aff21 100755 --- a/test/run-tests +++ b/test/run-tests @@ -2,12 +2,13 @@ set -e cd "${0%/*}" +mkdir -p data/ download() { s="$(basename "$1" .txt)" test -f "data/$s" || - wget -q "https://www.unicode.org/Public/15.1.0/ucd/$1" -O "data/$s" + wget -q "https://www.unicode.org/Public/16.0.0/ucd/$1" -O "data/$s" } readonly FLAGS=' -- cgit v1.2.3