Skip to content
Snippets Groups Projects
Commit f8bc5f08 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch 'unicode-escapes-for-test-data' into 'master'

Escape Unicode characters in test data

See merge request akwizgran/briar!812
parents bf9e91fc 9434495d
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ public interface TestData {
"Ibrahim ibn Sinan",
"Muhammad Al-Karaji",
"Yang Hui",
"René Descartes",
"Ren\u00e9 Descartes",
"Pierre de Fermat",
"Blaise Pascal",
"Jacob Bernoulli",
......@@ -33,13 +33,13 @@ public interface TestData {
"George Boole",
"John Venn",
"Gottlob Frege",
"Henri Poincaré",
"Henri Poincar\u00e9",
"David Hilbert",
"Bertrand Russell",
"John von Neumann",
"Kurt Gödel",
"Kurt G\u00f6del",
"Alan Turing",
"Benoît Mandelbrot",
"Beno\u00eet Mandelbrot",
"John Nash",
getRandomString(MAX_AUTHOR_NAME_LENGTH),
getRandomString(MAX_AUTHOR_NAME_LENGTH),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment