def test_parse_select(self): SASDoc.from_string(''' SELECT; WHEN(&SEX='2') _AGESEX = 1; OTHERWISE; END; ''')
def test_macro_macro_call_variable(self): SASDoc.from_string( '%IF "&LABELMAC" ne "" %THEN %&LABELMAC; *HCC labels;').dump()
def test_ParseNode_comment_dump(self): SASDoc.from_string('*;').dump()
def test_empty_stmt(self): SASDoc.from_string(';')
def test_empty_doc(self): SASDoc.from_string('')