feat(package): migrator: something
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
answer="$(printf '%s' 'some text' | hemar -c)"
|
||||
|
||||
expected="$(printf '%s' '[
|
||||
{
|
||||
"type": "text",
|
||||
"value": "some text"
|
||||
}
|
||||
]')"
|
||||
|
||||
json_diff "$answer" "$expected"
|
||||
|
||||
answer="$(printf '%s' 'some [] {} text' | hemar -c)"
|
||||
|
||||
expected="$(printf '%s' '[
|
||||
{
|
||||
"type": "text",
|
||||
"value": "some [] {} text"
|
||||
}
|
||||
]')"
|
||||
|
||||
json_diff "$answer" "$expected"
|
||||
|
||||
answer="$(printf '%s' 'some {' | hemar -c)"
|
||||
|
||||
expected="$(printf '%s' '[
|
||||
{
|
||||
"type": "text",
|
||||
"value": "some {"
|
||||
}
|
||||
]')"
|
||||
|
||||
json_diff "$answer" "$expected"
|
||||
#answer="$(printf '%s' 'some text' | hemar -c)"
|
||||
#
|
||||
#expected="$(printf '%s' '[
|
||||
# {
|
||||
# "type": "text",
|
||||
# "value": "some text"
|
||||
# }
|
||||
#]')"
|
||||
#
|
||||
#json_diff "$answer" "$expected"
|
||||
#
|
||||
#answer="$(printf '%s' 'some [] {} text' | hemar -c)"
|
||||
#
|
||||
#expected="$(printf '%s' '[
|
||||
# {
|
||||
# "type": "text",
|
||||
# "value": "some [] {} text"
|
||||
# }
|
||||
#]')"
|
||||
#
|
||||
#json_diff "$answer" "$expected"
|
||||
#
|
||||
#answer="$(printf '%s' 'some {' | hemar -c)"
|
||||
#
|
||||
#expected="$(printf '%s' '[
|
||||
# {
|
||||
# "type": "text",
|
||||
# "value": "some {"
|
||||
# }
|
||||
#]')"
|
||||
#
|
||||
#json_diff "$answer" "$expected"
|
||||
|
||||
Reference in New Issue
Block a user