Skip to content

Commit fd528bb

Browse files
author
Stephen Hansen
committed
adding an integer to the enum test
1 parent d20f739 commit fd528bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/TestSampleClass.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ namespace Alpha
7474
Z_C = 'j',
7575
Z_D,
7676
Z_E = '9',
77+
Z_F = 9,
7778
} Zebra;
7879
};
7980

test/test_CppHeaderParser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ def test_values(self):
419419
{"name": "Z_C", "raw_value": "j", "value": 106},
420420
{"name": "Z_D", "value": 107},
421421
{"name": "Z_E", "raw_value": "9", "value": 57},
422+
{"name": "Z_F", "value": 9},
422423
],
423424
)
424425

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy