Skip to content

Commit f0d8e92

Browse files
authored
inspect cleanup (#392)
1 parent 33db6dc commit f0d8e92

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci/expect_scripts/file-accessed-modified-created-time.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source ./ci/expect_scripts/shared-code.exp
1010
spawn $env(EXAMPLES_DIR)file-accessed-modified-created-time
1111

1212
expect {
13-
-re {LICENSE file time metadata:\r\n Modified: "20.*"\r\n Accessed: "20.*"\r\n Created: "20.*"\r\n} {
13+
-re {LICENSE file time metadata:\r\n Modified: 20.*\r\n Accessed: 20.*\r\n Created: 20.*\r\n} {
1414
expect eof {
1515
check_exit_and_segfault
1616
}

examples/file-accessed-modified-created-time.roc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ main! = |_args|
2424
Stdout.line!(
2525
"""
2626
${file} file time metadata:
27-
Modified: ${Inspect.to_str(time_modified)}
28-
Accessed: ${Inspect.to_str(time_accessed)}
29-
Created: ${Inspect.to_str(time_created)}
27+
Modified: ${time_modified}
28+
Accessed: ${time_accessed}
29+
Created: ${time_created}
3030
"""
3131
)

0 commit comments

Comments
 (0)