!7 p-exp { S word = "GKHJGLF"; S sentence = "What is " + word + "?"; PTElement tree = ai_parseBottomUpToTree(word); print(tree); assertNull(tree); }