From 448f03218f8c42b1af06a724083252f5197a3653 Mon Sep 17 00:00:00 2001 From: Andy Friesen Date: Fri, 29 Apr 2022 09:33:30 -0700 Subject: [PATCH] Add attribution for Result.ts (#468) --- tests/RuntimeLimits.test.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/RuntimeLimits.test.cpp b/tests/RuntimeLimits.test.cpp index dcbf0b61..42411de2 100644 --- a/tests/RuntimeLimits.test.cpp +++ b/tests/RuntimeLimits.test.cpp @@ -41,6 +41,11 @@ TEST_CASE_FIXTURE(LimitFixture, "bail_early_on_typescript_port_of_Result_type" * { constexpr const char* src = R"LUA( --!strict + + -- Big thanks to Dionysusnu by letting us use this code as part of our test suite! + -- https://github.com/Dionysusnu/rbxts-rust-classes + -- Licensed under the MPL 2.0: https://raw.githubusercontent.com/Dionysusnu/rbxts-rust-classes/master/LICENSE + local TS = _G[script] local lazyGet = TS.import(script, script.Parent.Parent, "util", "lazyLoad").lazyGet local unit = TS.import(script, script.Parent.Parent, "util", "Unit").unit