updates
This commit is contained in:
@@ -405,6 +405,19 @@ class SerialSemanticsTest(unittest.TestCase):
|
||||
self.assertIn("faa2 == 0", gate_text)
|
||||
self.assertIn("not rom constants", gate_text)
|
||||
|
||||
def test_panel_selector_semantics_include_iris_mblack_link_trace(self):
|
||||
semantics = only_semantics(self, planned_semantics_payload())
|
||||
|
||||
panel = semantics["panel_selector_semantics"]
|
||||
panel_text = semantic_text(panel)
|
||||
|
||||
self.assertIn("0x0013", panel_text)
|
||||
self.assertIn("iris/m.black link", panel_text)
|
||||
self.assertIn("h'e826", panel_text)
|
||||
self.assertIn("f791.5", panel_text)
|
||||
self.assertIn("f716.7", panel_text)
|
||||
self.assertIn("f6db.7", panel_text)
|
||||
|
||||
def test_actual_dispatch_split_marks_initial_and_continuation_commands(self):
|
||||
semantics = only_semantics(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user