dynamic.rnite 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. --- !Document
  2. _tests: !List/Boolean
  3. - !Equal/Real
  4. a: !DynamicNode/Real
  5. node_type: Add/Real
  6. arguments: !UntypedListValue
  7. - !Value/Real 1.0
  8. - !Value/Real 3.0
  9. b: 4.0
  10. ## TODO: list content check
  11. - !Equal/Real
  12. a: !ListLinkCount
  13. source: !DynamicListZip/Real
  14. node_type: Add/Real
  15. arguments_list: !UntypedListValue
  16. - !ToUntypedList
  17. source: !List/Real
  18. - 0.4
  19. - 0.2
  20. - 0.0
  21. - !ToUntypedList
  22. source: !List/Real
  23. - 0.1
  24. - 0.3
  25. - 0.5
  26. - 0.7
  27. b: 3
  28. - !Equal/Real
  29. a: !ListLinkCount
  30. source: &429c1caa-eda8-4573-bde8-bba96acbc316 !DynamicListZip/String
  31. node_type: SubString
  32. arguments_list: !UntypedListValue
  33. - !ToUntypedList
  34. source: !List/String
  35. - "Hello, world"
  36. - "abcd"
  37. - "gg"
  38. - !ToUntypedList
  39. source: !List/Real
  40. - 0
  41. - 1
  42. - 2
  43. - 3
  44. - !ToUntypedList
  45. source: !List/Real
  46. - 5
  47. - 1
  48. - 4
  49. - 7
  50. - 9
  51. b: 3
  52. - !Equal/String
  53. a: !ListElement/String
  54. source: *429c1caa-eda8-4573-bde8-bba96acbc316
  55. n: 0
  56. b: "Hello"