0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 02:49:32 +01:00
posthog/hogvm/__tests__/__snapshots__/strings.hoge

12 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-08-27 17:04:54 +02:00
["_H", 1, 32, " hello world ", 2, "trim", 1, 2, "print", 1, 35, 32, " hello world ", 2, "trimLeft", 1, 2, "print",
1, 35, 32, " hello world ", 2, "trimRight", 1, 2, "print", 1, 35, 32, "xxxx hello world xx", 32, "x", 2, "trim", 2,
2, "print", 1, 35, 32, "xxxx hello world xx", 32, "x", 2, "trimLeft", 2, 2, "print", 1, 35, 32,
"xxxx hello world xx", 32, "x", 2, "trimRight", 2, 2, "print", 1, 35, 32, " ", 32, "hello world and more", 2,
"splitByString", 2, 2, "print", 1, 35, 32, " ", 32, "hello world and more", 33, 1, 2, "splitByString", 3, 2, "print", 1,
35, 32, " ", 32, "hello world and more", 33, 2, 2, "splitByString", 3, 2, "print", 1, 35, 32, " ", 32,
"hello world and more", 33, 10, 2, "splitByString", 3, 2, "print", 1, 35, 32, "banana", 32, "N", 2, "like", 2, 2,
"print", 1, 35, 32, "banana", 32, "n", 2, "like", 2, 2, "print", 1, 35, 32, "banana", 32, "naan", 2, "like", 2, 2,
"print", 1, 35, 32, "banana", 32, "N", 2, "ilike", 2, 2, "print", 1, 35, 32, "banana", 32, "n", 2, "ilike", 2, 2,
"print", 1, 35, 32, "banana", 32, "naan", 2, "ilike", 2, 2, "print", 1, 35, 32, "banana", 32, "N", 2, "notLike", 2, 2,
"print", 1, 35, 32, "banana", 32, "NO", 2, "notILike", 2, 2, "print", 1, 35]