From f83cf181e57a1c86f3c414b9e93a2633a495bdef Mon Sep 17 00:00:00 2001 From: Matteo Cristino <102997993+matteo-cristino@users.noreply.github.com> Date: Wed, 15 May 2024 15:51:20 +0200 Subject: [PATCH] fix: time type of welcome script (#2) --- test/fixtures/welcome.slang | 2 +- test/fixtures/welcome.slex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/welcome.slang b/test/fixtures/welcome.slang index 08ef078..c4ae6dd 100644 --- a/test/fixtures/welcome.slang +++ b/test/fixtures/welcome.slang @@ -1,5 +1,5 @@ Rule unknown ignore Given I fetch the local timestamp in seconds and output into 'timestamp' -Given I have a 'number' named 'timestamp' +Given I have a 'time' named 'timestamp' Then print the string '😘 Welcome to the Slangroom World 🌈' Then print the 'timestamp' diff --git a/test/fixtures/welcome.slex b/test/fixtures/welcome.slex index 6264a58..117ad55 100644 --- a/test/fixtures/welcome.slex +++ b/test/fixtures/welcome.slex @@ -1,5 +1,5 @@ -UnVsZSB1bmtub3duIGlnbm9yZQpHaXZlbiBJIGZldGNoIHRoZSBsb2NhbCB0aW1lc3RhbXAgaW4gc2Vjb25kcyBhbmQgb3V0cHV0IGludG8gJ3RpbWVzdGFtcCcKR2l2ZW4gSSBoYXZlIGEgJ251bWJlcicgbmFtZWQgJ3RpbWVzdGFtcCcKVGhlbiBwcmludCB0aGUgc3RyaW5nICfwn5iYIFdlbGNvbWUgdG8gdGhlIFNsYW5ncm9vbSBXb3JsZCDwn4yIJwpUaGVuIHByaW50IHRoZSAndGltZXN0YW1wJwo= +UnVsZSB1bmtub3duIGlnbm9yZQpHaXZlbiBJIGZldGNoIHRoZSBsb2NhbCB0aW1lc3RhbXAgaW4gc2Vjb25kcyBhbmQgb3V0cHV0IGludG8gJ3RpbWVzdGFtcCcKR2l2ZW4gSSBoYXZlIGEgJ3RpbWUnIG5hbWVkICd0aW1lc3RhbXAnClRoZW4gcHJpbnQgdGhlIHN0cmluZyAn8J+YmCBXZWxjb21lIHRvIHRoZSBTbGFuZ3Jvb20gV29ybGQg8J+MiCcKVGhlbiBwcmludCB0aGUgJ3RpbWVzdGFtcCcK