1# Module loaded my load.star 2load("assert.star", "assert") 3 4# Make sure that builtins are defined for the loaded module, too 5assert.true(rblf_file_exists("module1.star")) 6assert.true(not rblf_file_exists("no_such file")) 7test = "module1" 8
1# Module loaded my load.star 2load("assert.star", "assert") 3 4# Make sure that builtins are defined for the loaded module, too 5assert.true(rblf_file_exists("module1.star")) 6assert.true(not rblf_file_exists("no_such file")) 7test = "module1" 8