]> granicus.if.org Git - libexpat/commit
Split long string in test_nsalloc_realloc_long_context_in_dtd()
authorRhodri James <rhodri@kynesim.co.uk>
Tue, 29 Aug 2017 15:14:51 +0000 (16:14 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Tue, 29 Aug 2017 21:21:52 +0000 (23:21 +0200)
commit50c355729c54814962d596d86bec803f7a709681
tree4cdd94b5a2cfa6bc44b2af66a107fc6fb7ebdb7d
parent533b45f94ceb37dd8c6f614da94daa4ec18fd3b9
Split long string in test_nsalloc_realloc_long_context_in_dtd()

C99 only requires compilers to handle string literals up to 4095
characters long.  Split the parse string so that it is below this
limit.
expat/tests/runtests.c