Somehow, Aspell 0.60.6.1 and aspell-dict-en-2016.11.20-0 don't consider this a valid spelling. Skip it. TODO: Migrate to using hunspell. According to upstream, this bug won't be fixed. See https://bugzilla.gnome.org/show_bug.cgi?id=772406. --- a/testsuite/test-checker.c 2017-03-24 09:50:50.000000000 -0400 +++ b/testsuite/test-checker.c 2017-06-15 21:47:07.116173895 -0400 @@ -105,10 +105,11 @@ * be considered deprecated, it is better to use hunspell, so WONTFIX. * For more details, see: * https://bugzilla.gnome.org/show_bug.cgi?id=772406 + * + * correctly_spelled = gspell_checker_check_word (checker, "spell-checking", -1, &error); + * g_assert_no_error (error); + * g_assert (correctly_spelled); */ - correctly_spelled = gspell_checker_check_word (checker, "spell-checking", -1, &error); - g_assert_no_error (error); - g_assert (correctly_spelled); correctly_spelled = gspell_checker_check_word (checker, "nrst-auie", -1, &error); g_assert_no_error (error); d>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/sdl.scm
AgeCommit message (Expand)Author
2024-08-31gnu: sdl: Replace with sdl12-compat....宋文武
2024-08-05Change email of Evgeny Pisemsky....Evgeny Pisemsky
2024-07-18gnu: sdl2-gamecontrollerdb: Update to 0-1.9d09945....Evgeny Pisemsky
2024-03-31gnu: sdl2: Update to 2.30.1....dan
2023-11-05gnu: sdl2: Update to 2.28.5....John Kehayias
2023-11-05gnu: sdl2: Add vulkan-loader to rpath....dan
2023-10-27gnu: Add sdl2-gamecontrollerdb....Evgeny Pisemsky
2023-08-17gnu: sdl2: Remove fcitx from inputs....宋文武
2023-07-16gnu: sdl2-ttf: Update to 2.20.2....Tobias Geerinckx-Rice
2023-07-16gnu: sdl2-mixer: Update to 2.6.3....Tobias Geerinckx-Rice
2023-07-16gnu: sdl2-image: Update to 2.6.3....Tobias Geerinckx-Rice
2023-03-30gnu: sdl2: Update to 2.26.2....宋文武
2023-03-23Merge remote-tracking branch 'origin/master' into staging....Maxim Cournoyer