In this test, the expected result is ("FOO" "BAR"). Shouldn't the
expected answer be ("FOO" "CL-TEST::BAR")?
(princ-to-string 'bar) should print the symbol cl-test::bar with
*package* set to the cl-user package, so package qualifer should be
printed, right?
Ray