~eda-qa/leaflang/misc

« back to all changes in this revision

Viewing changes to share/unit_tests/block/error/info_fail_func.lfb

  • Committer: edA-qa mort-ora-y
  • Date: 2017-07-22 19:48:13 UTC
  • mfrom: (99.1.41 error)
  • Revision ID: eda-qa@disemia.com-20170722194813-h3yqkhe1j2ouwga4
merging error handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*EXPECT(next)*/
 
2
defn inner = -> {
 
3
        do {
 
4
                fail string_tag("next")
 
5
        } on fail {
 
6
                trace(current_error_info.tag)
 
7
        }
 
8
}
 
9
 
 
10
inner()
 
 
b'\\ No newline at end of file'