Python: Update inline-expectation tests

This commit is contained in:
Mathias Vorreiter Pedersen
2020-10-30 14:04:29 +01:00
parent 6ac740a490
commit 45b24a9bc8
17 changed files with 92 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
import pickle
import marshal
pickle.loads(payload) # $decodeInput=payload $decodeOutput=Attribute() $decodeFormat=pickle $decodeMayExecuteInput
marshal.loads(payload) # $decodeInput=payload $decodeOutput=Attribute() $decodeFormat=marshal $decodeMayExecuteInput
pickle.loads(payload) # $decodeInput=payload decodeOutput=Attribute() decodeFormat=pickle decodeMayExecuteInput
marshal.loads(payload) # $decodeInput=payload decodeOutput=Attribute() decodeFormat=marshal decodeMayExecuteInput