Skip to content

Commit

Permalink
Preserve backslash character in panda banner (#4306)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored and philknows committed Jul 21, 2022
1 parent 81b847e commit 03b6297
Showing 1 changed file with 4 additions and 1 deletion.
@@ -1,6 +1,9 @@
/* eslint-disable no-useless-escape */
// Note: 1 extra new line for space
export const POS_PANDA_MERGE_TRANSITION_BANNER = `
// Note: String.raw preserve backslash character
// see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw
// from https://stackoverflow.com/questions/30466581/preserve-all-backslashes-in-a-string
export const POS_PANDA_MERGE_TRANSITION_BANNER = String.raw`
_,..._,m, |, _,..._,m, |,
,/' '""; | |, /' '""; | |,
Expand Down

0 comments on commit 03b6297

Please sign in to comment.