Skip to content

Commit c5f4573

Browse files
committed
test: update regression tests
1 parent c5d6cf3 commit c5f4573

File tree

796 files changed

+25406
-158961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

796 files changed

+25406
-158961
lines changed

hatch.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ matrix.rf.dependencies = [
9898
{ value = "robotframework>=7.1, <7.2", if = [
9999
"rf71",
100100
] },
101-
{ value = "robotframework>=7.2, <7.3", if = [
102-
"rf72rc1",
101+
{ value = "robotframework==7.2rc1", if = [
102+
"rf72",
103103
] },
104104
]
105105

@@ -130,8 +130,8 @@ matrix.rf.dependencies = [
130130
{ value = "robotframework>=7.1, <7.2", if = [
131131
"rf71",
132132
] },
133-
{ value = "robotframework>=7.2, <7.3", if = [
134-
"rf72rc1",
133+
{ value = "robotframework==7.2rc1", if = [
134+
"rf72",
135135
] },
136136
]
137137

tests/robotcode/language_server/robotframework/parts/_regtest_outputs/rf41/test_hover.test[hover.robot-005-040-Variable_in_library_params].out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data: !GeneratedTestData
55
result: !Hover
66
contents:
77
kind: markdown
8-
value: (suite variable) ${LIB_ARG}
8+
value: '### Suite Variable `${LIB_ARG}`'
99
range:
1010
end:
1111
character: 47

tests/robotcode/language_server/robotframework/parts/_regtest_outputs/rf41/test_hover.test[hover.robot-005-043-Variable_in_library_params].out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data: !GeneratedTestData
55
result: !Hover
66
contents:
77
kind: markdown
8-
value: (suite variable) ${LIB_ARG}
8+
value: '### Suite Variable `${LIB_ARG}`'
99
range:
1010
end:
1111
character: 47

tests/robotcode/language_server/robotframework/parts/_regtest_outputs/rf41/test_hover.test[hover.robot-005-046-Variable_in_library_params].out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data: !GeneratedTestData
55
result: !Hover
66
contents:
77
kind: markdown
8-
value: (suite variable) ${LIB_ARG}
8+
value: '### Suite Variable `${LIB_ARG}`'
99
range:
1010
end:
1111
character: 47

tests/robotcode/language_server/robotframework/parts/_regtest_outputs/rf41/test_hover.test[hover.robot-007-020-variable_in_library_import].out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data: !GeneratedTestData
55
result: !Hover
66
contents:
77
kind: markdown
8-
value: (builtin variable) ${CURDIR}
8+
value: '### Builtin Variable `${CURDIR}`'
99
range:
1010
end:
1111
character: 26

tests/robotcode/language_server/robotframework/parts/_regtest_outputs/rf41/test_hover.test[hover.robot-007-023-variable_in_library_import].out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data: !GeneratedTestData
55
result: !Hover
66
contents:
77
kind: markdown
8-
value: (builtin variable) ${CURDIR}
8+
value: '### Builtin Variable `${CURDIR}`'
99
range:
1010
end:
1111
character: 26

tests/robotcode/language_server/robotframework/parts/_regtest_outputs/rf41/test_hover.test[hover.robot-007-025-variable_in_library_import].out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data: !GeneratedTestData
55
result: !Hover
66
contents:
77
kind: markdown
8-
value: (builtin variable) ${CURDIR}
8+
value: '### Builtin Variable `${CURDIR}`'
99
range:
1010
end:
1111
character: 26

tests/robotcode/language_server/robotframework/parts/_regtest_outputs/rf41/test_hover.test[hover.robot-010-020-variable_in_variables_import].out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data: !GeneratedTestData
55
result: !Hover
66
contents:
77
kind: markdown
8-
value: (builtin variable) ${CURDIR}
8+
value: '### Builtin Variable `${CURDIR}`'
99
range:
1010
end:
1111
character: 26

tests/robotcode/language_server/robotframework/parts/_regtest_outputs/rf41/test_hover.test[hover.robot-010-023-variable_in_variables_import].out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data: !GeneratedTestData
55
result: !Hover
66
contents:
77
kind: markdown
8-
value: (builtin variable) ${CURDIR}
8+
value: '### Builtin Variable `${CURDIR}`'
99
range:
1010
end:
1111
character: 26

tests/robotcode/language_server/robotframework/parts/_regtest_outputs/rf41/test_hover.test[hover.robot-010-025-variable_in_variables_import].out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data: !GeneratedTestData
55
result: !Hover
66
contents:
77
kind: markdown
8-
value: (builtin variable) ${CURDIR}
8+
value: '### Builtin Variable `${CURDIR}`'
99
range:
1010
end:
1111
character: 26

0 commit comments

Comments
 (0)