From faa9a80f76ed4e4d8abe414ce642338f981ac9e1 Mon Sep 17 00:00:00 2001 From: Barsik Date: Tue, 14 May 2024 01:41:28 +0300 Subject: [PATCH] `xxx` has been added --- module/move/wca/tests/inc/grammar/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/module/move/wca/tests/inc/grammar/types.rs b/module/move/wca/tests/inc/grammar/types.rs index 429fbc6ba7..cfff5e9596 100644 --- a/module/move/wca/tests/inc/grammar/types.rs +++ b/module/move/wca/tests/inc/grammar/types.rs @@ -127,6 +127,7 @@ tests_impls! a_id!( vec![ 100.0, 3.14 ], inner_numbers ); } + // xxx : The try_cast method on value is designed to convert user input strings into parsed values, such as lists of strings or numbers. However, when converting these parsed values back into their original string representations using the display method, the resulting string may not match the original user input. fn values_list_display() { let origin_string = "some,string";