1 2 3 4 5 6 7 8
# # A test that includes itself. But really it includes the # self.test from the parent suite, not itself. # let $a=1; source self.test; let $a=2; source self.test;