v8/test/inspector/runtime/console-time-log-expected.txt
Varun Varada a25dce8a05 Fix console time format error
There should be a space between the quantity and the unit symbol
as per the SI, so this commit fixes this issue.

Change-Id: I3356942391d96906f3e3840c7bb802e10f29eb4a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2190230
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67789}
2020-05-14 07:36:54 +00:00

38 lines
492 B
Plaintext

Test for console.timeLog
[
[0] : {
type : string
value : 42: 1 ms
}
[1] : {
type : string
value : a
}
]
[
[0] : {
type : string
value : 42: 2 ms
}
[1] : {
type : string
value : a
}
[2] : {
type : string
value : b
}
]
[
[0] : {
type : string
value : 42: 3 ms
}
]
[
[0] : {
type : string
value : Timer '42' does not exist
}
]