Skip to content

Commit

Permalink
Adjusted the test, +1
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Sep 30, 2024
1 parent b6381ce commit ec8c9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -4759,7 +4759,7 @@ void test_natsGetJWTOrSeed(void)
char buf[256];
const char *valids[] = {
"--- START JWT ---\nsome value\n--- END JWT ---\n",
"--- START JWT ---\r\nsome value\r\n--- END JWT ---\r\n",
"\r\n\r\n--- START JWT ---\r\nsome value\r\n--- END JWT ---\r\n",
"--- ---\nsome value\n--- ---\n",
"------\nsome value\n------\n",
"---\nabc\n--\n---START---\nsome value\n---END---\n----\ndef\n--- ---\n",
Expand Down

0 comments on commit ec8c9ff

Please sign in to comment.