Test debug_backtrace() function
Some checks reported errors
The build has failed.

This commit is contained in:
2018-08-07 15:47:14 +02:00
parent cdc58f2795
commit 80f376af62
2 changed files with 36 additions and 0 deletions

13
tests/debug_backtrace.exp Normal file
View File

@@ -0,0 +1,13 @@
Array(1) {
[0] =>
First A
}
Array(1) {
[0] =>
Second A
}
Array(1) {
[0] =>
Third A
}
First A, Second A, Third A