ident: member interface

For representing full identifiers of system and member.

Signed-off-by: Yonah <contrib@gensokyo.uk>
This commit is contained in:
2026-03-22 16:34:51 +09:00
parent c0c39f34f0
commit 1354a2c9a3
4 changed files with 31 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ func (testCases rTestCases[V, S]) run(t *testing.T) {
}
if got := S(&tc.ident).String(); got != string(tc.want) {
t.Errorf("String: %#v, want %#v", []byte(got), tc.want)
t.Errorf("String: %s, want %s", got, tc.want)
}
})
})