Blame view

build5/epsilon-master/poincare/test/nth_root_layout.cpp 219 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
  #include <quiz.h>
  #include <ion.h>
  #include <assert.h>
  #include "helper.h"
  
  using namespace Poincare;
  
  QUIZ_CASE(poincare_nth_root_layout_serialize) {
    assert_parsed_expression_layout_serialize_to_self("root(7,3)");
  }