aboutsummaryrefslogtreecommitdiffstats
path: root/libtests
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-16 01:36:12 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-16 01:36:12 +0100
commit74d66a9349af6efb12f0bb6ebb76eb20e139f39e (patch)
tree79acd08ba37cf0b4a5564039886160b9ff2faf81 /libtests
parentb63e17fffbeacc2f12c56671a6af54eb8412e512 (diff)
downloadqpdf-74d66a9349af6efb12f0bb6ebb76eb20e139f39e.tar.zst
Spell check
Diffstat (limited to 'libtests')
-rw-r--r--libtests/qutil.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtests/qutil.cc b/libtests/qutil.cc
index a1340c0e..b9b7c674 100644
--- a/libtests/qutil.cc
+++ b/libtests/qutil.cc
@@ -423,6 +423,7 @@ void transcoding_test()
// These are characters are either valid in PDFDoc and invalid in
// UTF-8 or the other way around.
std::string other("w\x18w\x19w\x1aw\x1bw\x1cw\x1dw\x1ew\x1fw\x7fw");
+ // cSpell: ignore xadw
std::string other_doc = other + "\x9fw\xadw";
std::cout << QUtil::pdf_doc_to_utf8(other_doc) << std::endl;
std::string other_utf8 =