Commit Graph

52 Commits

Author SHA1 Message Date
vyaivanove 6133989849 Added support for 'expected_warnings' field in expression tests 2023-08-28 13:24:02 +03:00
yaanvar 589623ee0d added array functions 2023-08-25 18:24:12 +03:00
darjke 2c94f101b5 add array get functions 2023-08-24 13:03:38 +03:00
akhmetsafin 458ae1d42e Persistent variable storage 2023-07-21 13:23:24 +03:00
grechka62 d47e15dc49 Support dict functions 2023-07-14 23:55:11 +03:00
akhmetsafin 116d001174 Support testRegex function 2023-07-14 15:28:57 +03:00
edubinskaya abef5d8ce9 supported function testRegex 2023-07-12 12:07:11 +03:00
4eb0da 0e648e4698 testRegex func 2023-07-06 14:55:06 +03:00
ventywing f62da0cbcf Support Dict 2023-07-04 16:48:13 +03:00
4eb0da 0ca0e48dfb Dict type 2023-06-01 21:17:27 +03:00
pkurchatov e3ff6fbb5b Renamed json->dict varibale type 2023-05-25 12:09:50 +03:00
4eb0da f0156f566a Json variable type 2023-05-24 11:47:30 +03:00
akhmetsafin 5f97b66b65 add getValue function 2023-05-04 13:41:55 +03:00
i-ts 4350eb6de4 unsupported platforms field proposal 2023-04-17 15:11:42 +03:00
morevsavva a4a03ba698 Revert "add getValue function" 2023-04-03 10:25:47 +03:00
ventywing 4688afe633 Change Int to Long. 2023-03-28 22:09:24 +03:00
4eb0da 51de6c043f Ints is now 64 bits 2023-03-28 12:39:32 +03:00
morevsavva 191ebf0047 add getValue function 2023-03-26 20:58:24 +03:00
vyaivanove ceba7f2a43 Made test cases names unique 2023-03-23 19:40:15 +03:00
ventywing 8757f4be0a Increasing size of Integer. 2023-03-22 19:06:20 +03:00
tayrinn f5ea7be16d add getValue functions 2023-03-22 13:52:04 +03:00
tayrinn 8b701f7302 add format(datetime,formatter) function 2023-03-15 12:35:10 +03:00
4eb0da f230c880de toUrl / toColor 2023-03-14 14:48:28 +03:00
4eb0da 43fa6aeed1 Datetime getters 2023-03-07 13:39:56 +03:00
4eb0da ba137d195e getValue functions 2023-03-06 13:09:09 +03:00
4eb0da 4f92049ef4 Enable test 2023-03-06 11:34:42 +03:00
4eb0da 1034ae7d1e Check variables 2023-02-22 17:15:16 +03:00
4eb0da 4d2621da5d Skip missing func check 2023-02-20 12:40:34 +03:00
nikita-kladov a553b8712b update deprecated functions 2023-02-16 12:52:57 +03:00
ventywing 4262435930 Enable expression tests for iOS
Enable expression tests for iOS
2023-02-13 13:29:21 +03:00
ventywing 9213dbf773 Fix deprecated flag in tests
Fix deprecated flag in tests
2023-02-10 20:58:47 +03:00
ventywing 009762c607 Fixed tests for colors
Fixed tests for colors
2023-02-08 15:37:30 +03:00
pkurchatov 36a6bcd64b plus operator for strings 2023-02-06 12:58:49 +03:00
nikita-kladov 9154db25b5 add pad functions 2023-02-01 16:05:22 +03:00
nikita-kladov 9316632891 add interval functions 2023-02-01 13:00:45 +03:00
4eb0da d98839d638 padStart/padEnd fix 2023-02-01 12:31:09 +03:00
ventywing fa55ddfc8e Fixed empty padding string in padStart/padEnd
Fixed empty padding string in padStart/padEnd
2023-01-31 17:53:03 +03:00
ventywing d213a7e78d Added functions for datetime
Added functions for datetime
2023-01-31 14:21:58 +03:00
vyaivanove 159c1babd4 Made jacocoTestReport depend on test{testVariant}UnitTest task even if it existed, fixed test cases 2023-01-25 13:24:43 +03:00
nikita-kladov 5d4e6276e4 get time component from datetime 2023-01-17 12:26:55 +03:00
vyaivanove e2b27151a9 Prettified message for exception on evaluation of ternary condition 2023-01-13 13:04:44 +03:00
ventywing 32fde86d85 Support interval functions
Support interval functions
2023-01-10 20:01:08 +03:00
ventywing ae4dd17949 Support padStart, padEnd
Support padStart, padEnd
2023-01-09 20:09:35 +03:00
4eb0da 94df2dddff Duration format functions 2022-12-27 20:22:04 +03:00
4eb0da f5daf45860 Expression tests upd 2022-11-01 14:12:11 +03:00
timatifey 3cac7a1100 escaping in tokenizer
tokenizer escaping logic
2022-10-24 11:19:14 +03:00
akhmetsafin aec08c995d Support nested ternary operator
Support nested ternary operator
2022-10-24 10:46:46 +03:00
akhmetsafin dce96d6534 Support escaping in expressions
Support escaping in expressions
2022-10-20 19:01:15 +03:00
4eb0da d6c7a8e771 Color functions update 2022-10-11 14:06:39 +03:00
timatifey 5673b34bca change 0/1 to false/true into test_data
change 1/0 to true/false into test_data
2022-09-19 19:23:04 +03:00