libabigail/tests/data/test-read-write
Dodji Seketeli 1c1532d60d Fix depth handling during the parsing
* src/abg-reader.cc (read_context::get_cur_scope): Remove useless
	const overload.  Don't make this rely on m_cur_scope.  Rather, use
	the path to the current decl (from the root element) to compute
	the cur scope.
	(read_context::m_cur_scope, read_context::set_cur_scope): Remove
	these.
	(update_read_context): Re-think logic.
	* tests/data/test-read-write/test2.xml: Add new test input.
	* tests/Makefile.am: Add data/test-read-write/test2.xml to the
	distribution.
	* tests/test-read-write.cc: Add data/test-read-write/test2.xml to
	the harness.
2013-03-26 11:43:59 +01:00
..
test0.xml Debug read-write of a type-decl in a namespace-decl 2013-03-25 16:56:00 +01:00
test1.xml Debug read-write of a type-decl in a namespace-decl 2013-03-25 16:56:00 +01:00
test2.xml Fix depth handling during the parsing 2013-03-26 11:43:59 +01:00