lib/popcorn: migrate nitunits to annotations
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 6 Jun 2017 05:14:13 +0000 (01:14 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 15 Aug 2017 18:12:16 +0000 (14:12 -0400)
commit0db0b5411e473b947acc31fad427443feaef3443
treec6e49bd1ba1d0eaa3e88d79f3da2323e1839ccc4
parentbab74a1ba8d13bbdcf8b79fef2d82c4a96361c0e
lib/popcorn: migrate nitunits to annotations

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
19 files changed:
lib/popcorn/examples/angular/tests/test_example_angular.nit
lib/popcorn/examples/handlers/tests/test_example_post_handler.nit
lib/popcorn/examples/handlers/tests/test_example_query_string.nit
lib/popcorn/examples/hello_world/tests/test_example_hello.nit
lib/popcorn/examples/middlewares/tests/test_example_advanced_logger.nit
lib/popcorn/examples/middlewares/tests/test_example_html_error_handler.nit
lib/popcorn/examples/middlewares/tests/test_example_simple_error_handler.nit
lib/popcorn/examples/middlewares/tests/test_example_simple_logger.nit
lib/popcorn/examples/routing/tests/test_example_glob_route.nit
lib/popcorn/examples/routing/tests/test_example_param_route.nit
lib/popcorn/examples/routing/tests/test_example_router.nit
lib/popcorn/examples/sessions/tests/test_example_session.nit
lib/popcorn/examples/static_files/tests/test_example_static.nit
lib/popcorn/examples/static_files/tests/test_example_static_default.nit
lib/popcorn/examples/static_files/tests/test_example_static_multiple.nit
lib/popcorn/examples/templates/tests/test_example_templates.nit
lib/popcorn/pop_tests.nit
lib/popcorn/tests/test_pop_routes.nit
lib/popcorn/tests/test_popcorn.nit